home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / PG / ARRAYEXT.ZIP / PROGRAMS.DOC < prev   
Encoding:
Text File  |  1994-03-27  |  5.0 KB  |  91 lines

  1. ┌────────────────────────────────────────────────────────────────────────────╖
  2. │                  *  OTHER  PROGRAMMS  BY  THIS  AUTHOR  *                  ║
  3. ╘════════════════════════════════════════════════════════════════════════════╝
  4.  
  5.                                 27. March 1994
  6.  
  7.      APPDEV.COM  - (APPendDEVicedriver) is an utility that permits to append a 
  8. device driver usually installed at boot time from within CONFIG.SYS also later 
  9. on when actually needed. See also QSEL!
  10.  
  11. ARRAYEXT  - A collection of 60 procedures and functions that permit very  fast 
  12. manipulation of dimensioned variable arrays under Power BASIC version 2 and 3.
  13.  
  14.      BOOTREP  - Small  package with four programs that permit reading and  re-
  15. writing  of boot sector on diskettes in drive A and B.  Usable to get  rid  of 
  16. viruses that infect the boot sector on data diskettes (e.g. Form).
  17.  
  18.      BTBM - Block Text Base Manager.  Free-format text data base.  A block can 
  19. be accessed either by entering the block number or its identifier.  If none is 
  20. known,  you  can enter one,  two or three words or sentenses believed to be in 
  21. the text block you are looking for.  A small example data base about Dr. Isaac 
  22. Asimovs  science  fiction novels comes with BTBM.  There are two  versions  of 
  23. BTBM: an english and a german one. 
  24.  
  25.      CCDTOOLS  - Large package permitting the conversion of images taken by an 
  26. Astro-CCD-Camera  'Lynxx'  by Spectra Source Instruments and 'ST-4'  by  SBIG. 
  27. Tools to view and analyse images in a way not perceived by the original  soft-
  28. ware writers for the cameras.
  29.  
  30.      DUMPANY - Dumps files and memory to screen,  printer or report file. Dump 
  31. values are in bytes and words as decimal,  hex and binary.  Parts of files and 
  32. parts of memory can be copied to a binary file. Data from a file can be loaded 
  33. into memory at the desired address. Individual bytes can be changed in memory. 
  34. Any  interrupt  can  execute after all iAPX8086-compatible  CPU-registers  are 
  35. loaded and their values are returned after the execution of the interrupt.
  36.  
  37.      HEXER  - translates  any binary file to a Hex-Intel compatible  file  and 
  38. vice-versa. Very useful for 7-bit datatransfers. 
  39.  
  40.      HITMISS - Game. Don't get it if you haven't got some brains.
  41.  
  42.      HTBM - Hierarchical Text Base Manager. Free-format text data base with up 
  43. to  10  nested  levels.  A  text is accessed by typing one  of  the  indicated 
  44. keywords, if there is more on a lower level, the respective keywords are again 
  45. listed. There are two versions of HTBM: an english and a german one. 
  46.  
  47.      NGC Data base about 1,762 New Galactic Catalogue Objects with positions.
  48. Needs BTBM version 2.00 or higher.
  49.  
  50.      P0DUMP - Dumps onto screen PSP (Program Segment Prefix).
  51.  
  52.      QSEL.COM  - (QuerySelectErrorLevel) is an utility that creates a  command 
  53. file with a name supplied by you (e.g. MYFILE.COM). If MYFILE is later run, it 
  54. asks the question you entered when QSEL was run.  If you answer Y  (yes),  the 
  55. error level variable will be set to 23,  if your answer is N (no), to 0. It is 
  56. meant  to  run MYFILE from within a BATch file and make use of the error level 
  57. returned with an IF clause. See also APPDEV!
  58.  
  59.      SENDHEX - small utility to send ascii-hex codes to a peripheral device.
  60.  
  61.      STARTIME  - Calculates the local mean star time (sidereal time) for up to 
  62. 12 places of your choice and can be used to adjust a star time clock.
  63.  
  64.      SKYPLOT  - Plots the 88 constellations and the planets positions for  any 
  65. place  and any time on a polar diagram,  the local horizon can be included  in 
  66. the plot.  Not only for amateur astronomers:  everyone who has an interest  in 
  67. observing the nightsky might find it useful.
  68.  
  69.      TEXT2COM  - Creates from a text file an executable COMmand file  and  en-
  70. crypts it at the same time.  When the text file is later run, its contents are 
  71. automatically decrypted and sent to the standard output device,  that means it 
  72. can be redirected as well.
  73.  
  74.      UNIVERSE  - Database for HTBM about  the  earth,  moon,  planets,  stars, 
  75. nebulae,  black holes, quasars, satellites. In short, a hierarchical organized 
  76. encyclopaedia about everything a serious hobby astronomer wants to know.  Some 
  77. entries are in the english language, other in the german one. (3,388 entries.)
  78.      And you won't believe it: UNIVERSE is also available as a Apple MacIntosh 
  79. Hypercard Stack! 
  80.  
  81.      ZIFORTH - FORTH compiler after the fig (Forth Interest Group) standard 79 
  82. for MS-DOS.  Interrupts are supported and the code can be made ROMable.  Comes 
  83. with source code (8086),  map and debugging files for Turbo ASSEMBLER (Borland 
  84. International) and MicroSoft ASSEMBLER 5.0. It is not actually my program, but 
  85. I translated it from the original Z80 source code for CP/M to 8086 and MS-DOS. 
  86.  
  87. ┌────────────────────────────────────────────────────────────────────────────╖
  88. │     Author: H.-R.H. Wernli, Pletschgasse, CH-3952 Susten, Switzerland.     ║
  89. ╘════════════════════════════════════════════════════════════════════════════╝
  90.  
  91.